Gets the element at the specified index in the read-only list.
public property Item[index: Integer]: T read GetItem; default;
The zero-based index of the element to get.
The element at the specified index in the read-only list.